-- card: 49457 from stack: in.07 Reference -- bmap block id: 0 -- flags: 0000 -- background id: 13647 -- name: -- part 1 (button) -- low flags: 00 -- high flags: A004 -- rect: left=339 top=133 right=155 bottom=432 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Open & Close ----- HyperTalk script ----- on mouseUp go to card id 51425 end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: A004 -- rect: left=16 top=279 right=301 bottom=100 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Explain ----- HyperTalk script ----- on mouseUp go to card id 51960 end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A004 -- rect: left=374 top=290 right=312 bottom=458 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Imagefiles ----- HyperTalk script ----- on mouseUp go to card id 48969 end mouseUp -- part contents for background part 2 ----- text ----- Outfile -- part contents for background part 1 ----- text ----- Outfiles are record-oriented output files. File class Outfile; begin Boolean procedure Open(Fileimage); text Fileimage; ...; Boolean procedure Close; ...; procedure Outimage; ...; procedure BreakOutimage; ...; procedure Outchar(C); character C; ...; procedure Outtext(T); text T; ...; procedure Outint(Inum,Width); integer Inum,Width; ...; procedure Outfix(Rnum,Ndec,Width); (long) real Rnum; integer Ndec,Width; ...; procedure Outreal(Rnum,Ndec,Width); (long) real Rnum; integer Ndec,Width; ...; end;